home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xfcn / spttool.cpt / Support Tools eXternals 1.2.5 / background_5283.txt < prev    next >
Text File  |  1990-11-13  |  4KB  |  172 lines

  1. -- background: 5283 from stack: in.5
  2. -- bmap block id: 35983
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Index
  6.  
  7.  
  8. -- part 4 (field)
  9. -- low flags: 01
  10. -- high flags: 2007
  11. -- rect: left=251 top=99 right=314 bottom=484
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 19
  19. -- part name: List
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   -- go to specified example card
  23.   push cd
  24.   put selectTheLine(clickLine()) into whichExternal
  25.   if whichExternal = empty then exit mouseUp
  26.   visual iris open
  27.   if last char of whichExternal = "*" then
  28.     delete char length(whichExternal) - 2 to length(whichExternal) of whichExternal
  29.   end if
  30.   go cd whichExternal of bg "examples"
  31.   if the result is "no such card" then
  32.     pop card
  33.     answer "Example not done yet." with "Sorry"
  34.   end if
  35. end mouseUp
  36.  
  37.  
  38. -- part 18 (button)
  39. -- low flags: 00
  40. -- high flags: 2000
  41. -- rect: left=11 top=54 right=85 bottom=45
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 19290 / 19290
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: About
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   push cd
  53.   go cd "about"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 19 (button)
  59. -- low flags: 00
  60. -- high flags: 2000
  61. -- rect: left=49 top=54 right=85 bottom=83
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 263 / 263
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: report bugs
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   push cd
  73.   go cd "report bugs"
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 20 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=87 top=54 right=85 bottom=124
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 301 / 301
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Index
  90.  
  91.  
  92. -- part 21 (button)
  93. -- low flags: 00
  94. -- high flags: 0001
  95. -- rect: left=194 top=60 right=83 bottom=227
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 1726 / 1726
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Return
  104.  
  105.  
  106. -- part 22 (button)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=246 top=60 right=84 bottom=279
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 1728 / 1728
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: 
  118.  
  119.  
  120. -- part 23 (button)
  121. -- low flags: 00
  122. -- high flags: 0000
  123. -- rect: left=284 top=60 right=84 bottom=317
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 1731 / 1731
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: 
  132.  
  133.  
  134. -- part 24 (button)
  135. -- low flags: 80
  136. -- high flags: 2001
  137. -- rect: left=246 top=60 right=83 bottom=279
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 1729 / 1729
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: Previous
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   visual wipe right
  149.   go prev card
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 25 (button)
  155. -- low flags: 80
  156. -- high flags: 2001
  157. -- rect: left=284 top=60 right=83 bottom=317
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 1730 / 1730
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: Next
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   visual wipe left
  169.   go next card
  170. end mouseUp
  171.  
  172.